From 17fd0db3a3e01105524d47b4a4f02e381da9d412 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 16 Jan 2003 03:00:34 +0000 Subject: [PATCH] Output tms-marker at beginning as suggested by tiger spec. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@236 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/tiger.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/tiger.c b/gpsbabel/tiger.c index b096875d7..e6b1ca90e 100644 --- a/gpsbabel/tiger.c +++ b/gpsbabel/tiger.c @@ -96,6 +96,7 @@ gpsutil_disp(const waypoint *wpt) static void data_write(void) { + fprintf(file_out, "#tms-marker\n"); waypt_disp_all(gpsutil_disp); } -- 2.30.2